.editor-combo-title img {
  width: 120px;
}

s.editor-combo-title img {
  width: 120px;
}

.new-mode-img-item3-bg {
  margin-top: 45px;
  height: 700px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.fuPrice {
  max-width: none !important;
}

.combo.mode6 img {
  width: 1024px;
  margin-bottom: 15px;
}

/*250827 14:39 Charlene*/
.editor-area .combo .new-mode-img-item1 {
  position: relative;
  /* height: 600px; */
}

.editor-area .combo .new-mode-img-item1 .img-area {
  width: 70.313%;
  float: left;
}

.editor-area .combo .new-mode-img-item1 article {
  background: #fff;
  box-shadow: 0 7px 10px rgba(0, 0, 0, .16);
  padding: 15px 20px;
  width: 39.687%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.editor-area .combo article h4 {
  letter-spacing: .2px;
  line-height: 32px;
  color: #2d7cd1;
}

.editor-area .combo {
  display: block;
  margin: 30px auto 90px;
  max-width: 1280px;
  position: relative;
}

.editor-area .combo.mode2>img {
  width: 65.5%;
  margin-right: 5px;
}

.editor-area .combo.mode2 .pic-s {
  width: 32.78%;
}

.editor-area .combo.mode2 img {
  float: left;
  display: block;
}

.editor-area .combo.mode6>img {
  width: 32.8%;
  margin: 0;
  float: none;
  display: inline-block;
  vertical-align: top;
}

.editor-area .combo.mode6>img:nth-of-type(2) {
  /* padding: 0 7px; */
  width: 33.9%;
}

.editor-area .combo.mode4>img {
  width: 50%;
  margin: 0;
  padding: 0 6px;
}

.editor-area .combo.new-mode2 article {
  position: relative;
  padding: 40px;
  padding-right: 620px;
  width: 74%;
  box-sizing: border-box;
  background: #f0f0f0;
  float: none;
}

.editor-area .combo.new-mode2 .img-area {
  position: absolute;
  top: 80px;
  right: 0;
  font-size: 0;
}

.editor-area .combo.new-mode2 .img-area img {
  width: 450px;
  height: 300px;
  display: inline-block;
  vertical-align: top;
}

.editor-area .combo.new-mode2 .img-area img:first-of-type {
  margin-top: 40px;
}

.editor-area .combo.new-mode9 iframe {
  width: 100%;
  height: 720px;
  transition: all .3s ease;
}

/*250828*/
.editor-area .combo.new-mode,
.new-mode-img-item3 {
  position: relative;
}

.editor-area .combo .new-mode-img-item3-tit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  padding: 20px;
  box-sizing: border-box;
  transition: background .3s ease;
  text-shadow: 0 0 5px #000;
}

.editor-area .combo .new-mode-img-item3-tit .remark {
  font-size: 1rem;
  letter-spacing: .4px;
  line-height: 21px;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 0 0 5px;
  margin-bottom: 10px;
  display: inline-block;
  transition: all .3s ease;
}

.editor-area .combo .new-mode-img-item3-tit h5 {
  font-size: 1.2rem;
  letter-spacing: .2px;
  line-height: 26px;
  color: #fff;
  transition: all .3s ease;
  word-break: keep-all;
}

.editor-area .combo.new-mode6 ul li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 6px;
}

.editor-area .combo.new-mode6 ul li:first-of-type {
  top: 0;
  left: 0;
  width: 100%;
}

.new-mode6 .new-mode-img-item3-bg {
  height: 292.5px;
}

.new-mode6 ul li:first-child .new-mode-img-item3-bg:first-child {
  height: 600px;
}

.new-mode6 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 300px;
  gap: 5px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.new-mode6 ul li:first-child {
  grid-row: span 2;
  /* 高度是兩倍 */
}

.editor-area .combo.new-mode7 ul {
  padding: 0;
  margin: -6px;
  font-size: 0;
}

.editor-area .combo.new-mode7 ul li {
  list-style: none;
  width: 32.33333%;
  display: inline-block;
  vertical-align: top;
  padding: 6px;
}

.editor-area .combo .new-mode-img-item4 {
  height: 300px;
  position: relative;
  background: #000;
}

.editor-area .combo .new-mode-img-item4-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.editor-area .combo .new-mode-img-item4-bg img {
  transition: all 1s ease, opacity .5s ease;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 100% !important;
  transform-origin: top left;
  width: auto;
}

.editor-area .combo .new-mode-img-item4-tit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  max-width: 90%;
  width: 54%;
  text-align: center;
  transition: background .3s ease;
  text-shadow: 0 2px 0 #000;
  padding: 10px 20px;
  background: rgba(0, 0, 0, .3);
  border: 1px solid #fff;
}

.editor-area .combo .new-mode-img-item4-tit h5 {
  letter-spacing: .2px;
  line-height: 26px;
  color: #fff;
  transition: all .3s ease;
}

.editor-area .combo .new-mode-img-item4-tit .remark {
  font-size: .8rem;
  letter-spacing: .4px;
  line-height: 21px;
  color: #fff;
  transition: all .3s ease;
  padding: 5px 0 0;
}

.editor-area {
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .editor-area .combo.new-mode2 article {
    width: 100%;
    padding-right: 40px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 991px) {
  .editor-area .combo.new-mode2 .img-area {
    width: 100vw;
    margin-top: -40px;
    position: relative;
    top: 0;
    left: -25px;
  }
}

@media screen and (max-width: 1199px) {
  .editor-area .combo.new-mode2 .img-area img {
    width: 50%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .editor-area .combo.new-mode2 .img-area {
    left: -15px;
  }
}

@media screen and (max-width: 479px) {
  .editor-area .combo.mode6>img {
    width: calc(50% - 5px);
    height: auto;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
  }
}

@media screen and (max-width: 991px) {
  .editor-area .combo.mode6 article {
    width: auto;
    float: none;
  }

  .editor-area .combo.mode2>img:first-of-type {
    width: 100%;
    height: auto;
  }

  .editor-area .combo.mode2>img:nth-of-type(2) {
    width: calc(50% - 7px);
    height: auto;
    margin-top: 14px;
    margin-right: 14px;
  }

  .editor-area .combo.mode2>img:nth-of-type(3) {
    width: calc(50% - 7px);
    height: auto;
    margin-top: 14px;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .editor-area .combo.mode6>img:nth-of-type(2) {
    width: calc(50% - 5px);
    margin-right: 0;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .editor-area .combo .new-mode-img-item1 .img-area {
    float: none;
    width: 100%;
    text-align: left;
  }

  .editor-area .combo .new-mode-img-item1 .img-area img {
    width: 95%;
  }

  .editor-area .combo.new-mode3 .new-mode-img-item1 article {
    position: relative;
    top: 0;
    transform: translateY(0);
    width: 90%;
    margin-top: -20px;
    padding: 10px 15px;
    margin-left: 0;
    text-align: left;
    float: right;
    box-shadow: 0 7px 10px rgba(0, 0, 0, .16);
  }
     .editor-area .combo .new-mode-img-item2 article {
       position: relative;
       width: 100%;
       margin: 0;
       text-align: left;
       padding: 6px 0 0;
     }
  
     .editor-area .combo .new-mode-img-item1 {
       height: auto;
  
     }
  
     .editor-area .combo .new-mode-img-item1 article {
       box-shadow: none;
       margin-top: 200px;
     }
}
